@font-face {
    font-family: 'dnngo';
    src: url('../font/dnngo.eot');
    src: url('../font/dnngo.eot#iefix') format('embedded-opentype'), url('../font/dnngo.ttf') format('truetype'), url('../font/dnngo.woff') format('woff'), url('../font/dnngo.svg?iybc5a#dnngo') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    /* use !important to prevent issues with browser extensions that change fonts */
    display: inline-block;
    font-family: 'dnngo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
    line-height: 1.42857143;
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}


.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

.rating span.star {
    font-family: 'dnngo';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.rating span.star:hover {
    cursor: pointer;
}

.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #777777;
}

.rating span.star:hover:before,
.rating span.star:hover~span.star:before {
    content: "\f005";
    color: #e3cf7a;
}

.fontawesome-icon-list {
    padding: 0px 0 30px;
}

.fontawesome-icon-list>h3 {
    padding-bottom: 20px;
}

.fontawesome-icon-list .fa-hover {
    display: block;
    color: #222222;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px;
    cursor: pointer
}

.fontawesome-icon-list .fa-hover .fa {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px
}

.fontawesome-icon-list .fa-hover:hover {
    background-color: #07c6f5;
    color: #ffffff;
    text-decoration: none
}

.fontawesome-icon-list .fa-hover:hover .fa {
    font-size: 28px;
    vertical-align: -6px
}

.fontawesome-icon-list .fa-hover:hover .text-muted {
    color: #bbe2d5
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-plus:before {
    content: "\f067";
}

.fa-question:before {
    content: "\f128";
}

.fa-minus:before {
    content: "\f068";
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before {
    content: "\f00d";
}

.fa-remove:before {
    content: "\f00d";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before {
    content: "\f013";
}

.fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before {
    content: "\f01e";
}

.fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before {
    content: "\f03b";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before {
    content: "\f03e";
}

.fa-photo:before {
    content: "\f03e";
}

.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before {
    content: "\f044";
}

.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before {
    content: "\f064";
}

.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart:before {
    content: "\f080";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before {
    content: "\f09e";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before {
    content: "\f0c0";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before {
    content: "\f0c1";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-navicon:before {
    content: "\f0c9";
}

.fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before {
    content: "\f0de";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before {
    content: "\f0e2";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before {
    content: "\f0e4";
}

.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before {
    content: "\f0ea";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-phone:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before {
    content: "\f112";
}

.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before {
    content: "\f122";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before {
    content: "\f123";
}

.fa-star-half-full:before {
    content: "\f123";
}

.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before {
    content: "\f127";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before {
    content: "\f153";
}

.fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before {
    content: "\f155";
}

.fa-usd:before {
    content: "\f155";
}

.fa-inr:before {
    content: "\f156";
}

.fa-rupee:before {
    content: "\f156";
}

.fa-cny:before {
    content: "\f157";
}

.fa-jpy:before {
    content: "\f157";
}

.fa-rmb:before {
    content: "\f157";
}

.fa-yen:before {
    content: "\f157";
}

.fa-rouble:before {
    content: "\f158";
}

.fa-rub:before {
    content: "\f158";
}

.fa-ruble:before {
    content: "\f158";
}

.fa-krw:before {
    content: "\f159";
}

.fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before {
    content: "\f15a";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before {
    content: "\f195";
}

.fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before {
    content: "\f19c";
}

.fa-institution:before {
    content: "\f19c";
}

.fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before {
    content: "\f1b9";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before {
    content: "\f1ba";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-photo-o:before {
    content: "\f1c5";
}

.fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before {
    content: "\f1c8";
}

.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before {
    content: "\f1cd";
}

.fa-life-buoy:before {
    content: "\f1cd";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-life-saver:before {
    content: "\f1cd";
}

.fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before {
    content: "\f1d0";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-resistance:before {
    content: "\f1d0";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-y-combinator-square:before {
    content: "\f1d4";
}

.fa-yc-square:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before {
    content: "\f1d7";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-ils:before {
    content: "\f20b";
}

.fa-shekel:before {
    content: "\f20b";
}

.fa-sheqel:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before {
    content: "\f224";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-bed:before {
    content: "\f236";
}

.fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yc:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery:before {
    content: "\f240";
}

.fa-battery-4:before {
    content: "\f240";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before {
    content: "\f241";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before {
    content: "\f242";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before {
    content: "\f243";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before {
    content: "\f244";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before {
    content: "\f251";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before {
    content: "\f252";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before {
    content: "\f253";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before {
    content: "\f255";
}

.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-stop-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-television:before {
    content: "\f26c";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-asl-interpreting:before {
    content: "\f2a3";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-deafness:before {
    content: "\f2a4";
}

.fa-hard-of-hearing:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-signing:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before {
    content: "\f2b3";
}

.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before {
    content: "\f2b4";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard:before {
    content: "\f2bb";
}

.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-vcard-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before {
    content: "\f2c2";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before {
    content: "\f2c3";
}

.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer:before {
    content: "\f2c7";
}

.fa-thermometer-4:before {
    content: "\f2c7";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before {
    content: "\f2c8";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before {
    content: "\f2c9";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before {
    content: "\f2ca";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before {
    content: "\f2cb";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-bathtub:before {
    content: "\f2cd";
}

.fa-s15:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before {
    content: "\f2d3";
}

.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before {
    content: "\f2d4";
}

.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-home2:before {
    content: "\e600";
}

.fa-home22:before {
    content: "\e601";
}

.fa-home3:before {
    content: "\e602";
}

.fa-home4:before {
    content: "\e603";
}

.fa-home5:before {
    content: "\e604";
}

.fa-home6:before {
    content: "\e605";
}

.fa-bathtub2:before {
    content: "\e606";
}

.fa-toothbrush:before {
    content: "\e607";
}

.fa-bed2:before {
    content: "\e608";
}

.fa-couch:before {
    content: "\e609";
}

.fa-chair:before {
    content: "\e60a";
}

.fa-city:before {
    content: "\e60b";
}

.fa-apartment:before {
    content: "\e60c";
}

.fa-pencil2:before {
    content: "\e60d";
}

.fa-pencil22:before {
    content: "\e60e";
}

.fa-pen:before {
    content: "\e60f";
}

.fa-pencil3:before {
    content: "\e610";
}

.fa-eraser2:before {
    content: "\e611";
}

.fa-pencil4:before {
    content: "\e612";
}

.fa-pencil5:before {
    content: "\e613";
}

.fa-feather:before {
    content: "\e614";
}

.fa-feather2:before {
    content: "\e615";
}

.fa-feather3:before {
    content: "\e616";
}

.fa-pen2:before {
    content: "\e617";
}

.fa-pen-add:before {
    content: "\e618";
}

.fa-pen-remove:before {
    content: "\e619";
}

.fa-vector:before {
    content: "\e61a";
}

.fa-pen3:before {
    content: "\e61b";
}

.fa-blog:before {
    content: "\e61c";
}

.fa-brush:before {
    content: "\e61d";
}

.fa-brush2:before {
    content: "\e61e";
}

.fa-spray:before {
    content: "\e61f";
}

.fa-paint-roller:before {
    content: "\e620";
}

.fa-stamp:before {
    content: "\e621";
}

.fa-tape:before {
    content: "\e622";
}

.fa-desk-tape:before {
    content: "\e623";
}

.fa-texture:before {
    content: "\e624";
}

.fa-eye-dropper:before {
    content: "\e625";
}

.fa-palette:before {
    content: "\e626";
}

.fa-color-sampler:before {
    content: "\e627";
}

.fa-bucket:before {
    content: "\e628";
}

.fa-gradient:before {
    content: "\e629";
}

.fa-gradient2:before {
    content: "\e62a";
}

.fa-magic-wand:before {
    content: "\e62b";
}

.fa-magnet2:before {
    content: "\e62c";
}

.fa-pencil-ruler:before {
    content: "\e62d";
}

.fa-pencil-ruler2:before {
    content: "\e62e";
}

.fa-compass2:before {
    content: "\e62f";
}

.fa-aim:before {
    content: "\e630";
}

.fa-gun:before {
    content: "\e631";
}

.fa-bottle:before {
    content: "\e632";
}

.fa-drop:before {
    content: "\e633";
}

.fa-drop-crossed:before {
    content: "\e634";
}

.fa-drop2:before {
    content: "\e635";
}

.fa-snow:before {
    content: "\e636";
}

.fa-snow2:before {
    content: "\e637";
}

.fa-fire2:before {
    content: "\e638";
}

.fa-lighter:before {
    content: "\e639";
}

.fa-knife:before {
    content: "\e63a";
}

.fa-dagger:before {
    content: "\e63b";
}

.fa-tissue:before {
    content: "\e63c";
}

.fa-toilet-paper:before {
    content: "\e63d";
}

.fa-poop:before {
    content: "\e63e";
}

.fa-umbrella2:before {
    content: "\e63f";
}

.fa-umbrella22:before {
    content: "\e640";
}

.fa-rain:before {
    content: "\e641";
}

.fa-tornado:before {
    content: "\e642";
}

.fa-wind:before {
    content: "\e643";
}

.fa-fan:before {
    content: "\e644";
}

.fa-contrast:before {
    content: "\e645";
}

.fa-sun-small:before {
    content: "\e646";
}

.fa-sun:before {
    content: "\e647";
}

.fa-sun2:before {
    content: "\e648";
}

.fa-moon:before {
    content: "\e649";
}

.fa-cloud2:before {
    content: "\e64a";
}

.fa-cloud-upload2:before {
    content: "\e64b";
}

.fa-cloud-download2:before {
    content: "\e64c";
}

.fa-cloud-rain:before {
    content: "\e64d";
}

.fa-cloud-hailstones:before {
    content: "\e64e";
}

.fa-cloud-snow:before {
    content: "\e64f";
}

.fa-cloud-windy:before {
    content: "\e650";
}

.fa-sun-wind:before {
    content: "\e651";
}

.fa-cloud-fog:before {
    content: "\e652";
}

.fa-cloud-sun:before {
    content: "\e653";
}

.fa-cloud-lightning:before {
    content: "\e654";
}

.fa-cloud-sync:before {
    content: "\e655";
}

.fa-cloud-lock:before {
    content: "\e656";
}

.fa-cloud-gear:before {
    content: "\e657";
}

.fa-cloud-alert:before {
    content: "\e658";
}

.fa-cloud-check:before {
    content: "\e659";
}

.fa-cloud-cross:before {
    content: "\e65a";
}

.fa-cloud-crossed:before {
    content: "\e65b";
}

.fa-cloud-database:before {
    content: "\e65c";
}

.fa-database2:before {
    content: "\e65d";
}

.fa-database-add:before {
    content: "\e65e";
}

.fa-database-remove:before {
    content: "\e65f";
}

.fa-database-lock:before {
    content: "\e660";
}

.fa-database-refresh:before {
    content: "\e661";
}

.fa-database-check:before {
    content: "\e662";
}

.fa-database-history:before {
    content: "\e663";
}

.fa-database-upload:before {
    content: "\e664";
}

.fa-database-download:before {
    content: "\e665";
}

.fa-server2:before {
    content: "\e666";
}

.fa-shield2:before {
    content: "\e667";
}

.fa-shield-check:before {
    content: "\e668";
}

.fa-shield-alert:before {
    content: "\e669";
}

.fa-shield-cross:before {
    content: "\e66a";
}

.fa-lock2:before {
    content: "\e66b";
}

.fa-rotation-lock:before {
    content: "\e66c";
}

.fa-unlock2:before {
    content: "\e66d";
}

.fa-key2:before {
    content: "\e66e";
}

.fa-key-hole:before {
    content: "\e66f";
}

.fa-toggle-off2:before {
    content: "\e670";
}

.fa-toggle-on2:before {
    content: "\e671";
}

.fa-cog2:before {
    content: "\e672";
}

.fa-cog22:before {
    content: "\e673";
}

.fa-wrench2:before {
    content: "\e674";
}

.fa-screwdriver:before {
    content: "\e675";
}

.fa-hammer-wrench:before {
    content: "\e676";
}

.fa-hammer:before {
    content: "\e677";
}

.fa-saw:before {
    content: "\e678";
}

.fa-axe:before {
    content: "\e679";
}

.fa-axe2:before {
    content: "\e67a";
}

.fa-shovel:before {
    content: "\e67b";
}

.fa-pickaxe:before {
    content: "\e67c";
}

.fa-factory:before {
    content: "\e67d";
}

.fa-factory2:before {
    content: "\e67e";
}

.fa-recycle2:before {
    content: "\e67f";
}

.fa-trash2:before {
    content: "\e680";
}

.fa-trash22:before {
    content: "\e681";
}

.fa-trash3:before {
    content: "\e682";
}

.fa-broom:before {
    content: "\e683";
}

.fa-game:before {
    content: "\e684";
}

.fa-gamepad2:before {
    content: "\e685";
}

.fa-joystick:before {
    content: "\e686";
}

.fa-dice:before {
    content: "\e687";
}

.fa-spades:before {
    content: "\e688";
}

.fa-diamonds:before {
    content: "\e689";
}

.fa-clubs:before {
    content: "\e68a";
}

.fa-hearts:before {
    content: "\e68b";
}

.fa-heart2:before {
    content: "\e68c";
}

.fa-star2:before {
    content: "\e68d";
}

.fa-star-half2:before {
    content: "\e68e";
}

.fa-star-empty:before {
    content: "\e68f";
}

.fa-flag2:before {
    content: "\e690";
}

.fa-flag22:before {
    content: "\e691";
}

.fa-flag3:before {
    content: "\e692";
}

.fa-mailbox-full:before {
    content: "\e693";
}

.fa-mailbox-empty:before {
    content: "\e694";
}

.fa-at-sign:before {
    content: "\e695";
}

.fa-envelope2:before {
    content: "\e696";
}

.fa-envelope-open2:before {
    content: "\e697";
}

.fa-paperclip2:before {
    content: "\e698";
}

.fa-paper-plane2:before {
    content: "\e699";
}

.fa-reply2:before {
    content: "\e69a";
}

.fa-reply-all2:before {
    content: "\e69b";
}

.fa-inbox2:before {
    content: "\e69c";
}

.fa-inbox22:before {
    content: "\e69d";
}

.fa-outbox:before {
    content: "\e69e";
}

.fa-box:before {
    content: "\e69f";
}

.fa-archive2:before {
    content: "\e6a0";
}

.fa-archive22:before {
    content: "\e6a1";
}

.fa-drawers:before {
    content: "\e6a2";
}

.fa-drawers2:before {
    content: "\e6a3";
}

.fa-drawers3:before {
    content: "\e6a4";
}

.fa-eye2:before {
    content: "\e6a5";
}

.fa-eye-crossed:before {
    content: "\e6a6";
}

.fa-eye-plus:before {
    content: "\e6a7";
}

.fa-eye-minus:before {
    content: "\e6a8";
}

.fa-binoculars2:before {
    content: "\e6a9";
}

.fa-binoculars22:before {
    content: "\e6aa";
}

.fa-hdd:before {
    content: "\e6ab";
}

.fa-hdd-down:before {
    content: "\e6ac";
}

.fa-hdd-up:before {
    content: "\e6ad";
}

.fa-floppy-disk:before {
    content: "\e6ae";
}

.fa-disc:before {
    content: "\e6af";
}

.fa-tape2:before {
    content: "\e6b0";
}

.fa-printer:before {
    content: "\e6b1";
}

.fa-shredder:before {
    content: "\e6b2";
}

.fa-file-empty:before {
    content: "\e6b3";
}

.fa-file-add:before {
    content: "\e6b4";
}

.fa-file-check:before {
    content: "\e6b5";
}

.fa-file-lock:before {
    content: "\e6b6";
}

.fa-files:before {
    content: "\e6b7";
}

.fa-copy2:before {
    content: "\e6b8";
}

.fa-compare:before {
    content: "\e6b9";
}

.fa-folder2:before {
    content: "\e6ba";
}

.fa-folder-search:before {
    content: "\e6bb";
}

.fa-folder-plus:before {
    content: "\e6bc";
}

.fa-folder-minus:before {
    content: "\e6bd";
}

.fa-folder-download:before {
    content: "\e6be";
}

.fa-folder-upload:before {
    content: "\e6bf";
}

.fa-folder-star:before {
    content: "\e6c0";
}

.fa-folder-heart:before {
    content: "\e6c1";
}

.fa-folder-user:before {
    content: "\e6c2";
}

.fa-folder-shared:before {
    content: "\e6c3";
}

.fa-folder-music:before {
    content: "\e6c4";
}

.fa-folder-picture:before {
    content: "\e6c5";
}

.fa-folder-film:before {
    content: "\e6c6";
}

.fa-scissors2:before {
    content: "\e6c7";
}

.fa-paste2:before {
    content: "\e6c8";
}

.fa-clipboard-empty:before {
    content: "\e6c9";
}

.fa-clipboard-pencil:before {
    content: "\e6ca";
}

.fa-clipboard-text:before {
    content: "\e6cb";
}

.fa-clipboard-check:before {
    content: "\e6cc";
}

.fa-clipboard-down:before {
    content: "\e6cd";
}

.fa-clipboard-left:before {
    content: "\e6ce";
}

.fa-clipboard-alert:before {
    content: "\e6cf";
}

.fa-clipboard-user:before {
    content: "\e6d0";
}

.fa-register:before {
    content: "\e6d1";
}

.fa-enter:before {
    content: "\e6d2";
}

.fa-exit:before {
    content: "\e6d3";
}

.fa-papers:before {
    content: "\e6d4";
}

.fa-news:before {
    content: "\e6d5";
}

.fa-reading:before {
    content: "\e6d6";
}

.fa-typewriter:before {
    content: "\e6d7";
}

.fa-document:before {
    content: "\e6d8";
}

.fa-document2:before {
    content: "\e6d9";
}

.fa-graduation-hat:before {
    content: "\e6da";
}

.fa-license:before {
    content: "\e6db";
}

.fa-license2:before {
    content: "\e6dc";
}

.fa-medal-empty:before {
    content: "\e6dd";
}

.fa-medal-first:before {
    content: "\e6de";
}

.fa-medal-second:before {
    content: "\e6df";
}

.fa-medal-third:before {
    content: "\e6e0";
}

.fa-podium:before {
    content: "\e6e1";
}

.fa-trophy2:before {
    content: "\e6e2";
}

.fa-trophy22:before {
    content: "\e6e3";
}

.fa-music-note:before {
    content: "\e6e4";
}

.fa-music-note2:before {
    content: "\e6e5";
}

.fa-music-note3:before {
    content: "\e6e6";
}

.fa-playlist:before {
    content: "\e6e7";
}

.fa-playlist-add:before {
    content: "\e6e8";
}

.fa-guitar:before {
    content: "\e6e9";
}

.fa-trumpet:before {
    content: "\e6ea";
}

.fa-album:before {
    content: "\e6eb";
}

.fa-shuffle:before {
    content: "\e6ec";
}

.fa-repeat-one:before {
    content: "\e6ed";
}

.fa-repeat2:before {
    content: "\e6ee";
}

.fa-headphones2:before {
    content: "\e6ef";
}

.fa-headset:before {
    content: "\e6f0";
}

.fa-loudspeaker:before {
    content: "\e6f1";
}

.fa-equalizer:before {
    content: "\e6f2";
}

.fa-theater:before {
    content: "\e6f3";
}

.fa-3d-glasses:before {
    content: "\e6f4";
}

.fa-ticket2:before {
    content: "\e6f5";
}

.fa-presentation:before {
    content: "\e6f6";
}

.fa-play2:before {
    content: "\e6f7";
}

.fa-film-play:before {
    content: "\e6f8";
}

.fa-clapboard-play:before {
    content: "\e6f9";
}

.fa-media:before {
    content: "\e6fa";
}

.fa-film2:before {
    content: "\e6fb";
}

.fa-film22:before {
    content: "\e6fc";
}

.fa-surveillance:before {
    content: "\e6fd";
}

.fa-surveillance2:before {
    content: "\e6fe";
}

.fa-camera2:before {
    content: "\e6ff";
}

.fa-camera-crossed:before {
    content: "\e700";
}

.fa-camera-play:before {
    content: "\e701";
}

.fa-time-lapse:before {
    content: "\e702";
}

.fa-record:before {
    content: "\e703";
}

.fa-camera22:before {
    content: "\e704";
}

.fa-camera-flip:before {
    content: "\e705";
}

.fa-panorama:before {
    content: "\e706";
}

.fa-time-lapse2:before {
    content: "\e707";
}

.fa-shutter:before {
    content: "\e708";
}

.fa-shutter2:before {
    content: "\e709";
}

.fa-face-detection:before {
    content: "\e70a";
}

.fa-flare:before {
    content: "\e70b";
}

.fa-convex:before {
    content: "\e70c";
}

.fa-concave:before {
    content: "\e70d";
}

.fa-picture:before {
    content: "\e70e";
}

.fa-picture2:before {
    content: "\e70f";
}

.fa-picture3:before {
    content: "\e710";
}

.fa-pictures:before {
    content: "\e711";
}

.fa-book2:before {
    content: "\e712";
}

.fa-audio-book:before {
    content: "\e713";
}

.fa-book22:before {
    content: "\e714";
}

.fa-bookmark2:before {
    content: "\e715";
}

.fa-bookmark22:before {
    content: "\e716";
}

.fa-label:before {
    content: "\e717";
}

.fa-library:before {
    content: "\e718";
}

.fa-library2:before {
    content: "\e719";
}

.fa-contacts:before {
    content: "\e71a";
}

.fa-profile:before {
    content: "\e71b";
}

.fa-portrait:before {
    content: "\e71c";
}

.fa-portrait2:before {
    content: "\e71d";
}

.fa-user2:before {
    content: "\e71e";
}

.fa-user-plus2:before {
    content: "\e71f";
}

.fa-user-minus:before {
    content: "\e720";
}

.fa-user-lock:before {
    content: "\e721";
}

.fa-users2:before {
    content: "\e722";
}

.fa-users22:before {
    content: "\e723";
}

.fa-users-plus:before {
    content: "\e724";
}

.fa-users-minus:before {
    content: "\e725";
}

.fa-group-work:before {
    content: "\e726";
}

.fa-woman:before {
    content: "\e727";
}

.fa-man:before {
    content: "\e728";
}

.fa-baby:before {
    content: "\e729";
}

.fa-baby2:before {
    content: "\e72a";
}

.fa-baby3:before {
    content: "\e72b";
}

.fa-baby-bottle:before {
    content: "\e72c";
}

.fa-walk:before {
    content: "\e72d";
}

.fa-hand-waving:before {
    content: "\e72e";
}

.fa-jump:before {
    content: "\e72f";
}

.fa-run:before {
    content: "\e730";
}

.fa-woman2:before {
    content: "\e731";
}

.fa-man2:before {
    content: "\e732";
}

.fa-man-woman:before {
    content: "\e733";
}

.fa-height:before {
    content: "\e734";
}

.fa-weight:before {
    content: "\e735";
}

.fa-scale:before {
    content: "\e736";
}

.fa-button:before {
    content: "\e737";
}

.fa-bow-tie:before {
    content: "\e738";
}

.fa-tie:before {
    content: "\e739";
}

.fa-socks:before {
    content: "\e73a";
}

.fa-shoe:before {
    content: "\e73b";
}

.fa-shoes:before {
    content: "\e73c";
}

.fa-hat:before {
    content: "\e73d";
}

.fa-pants:before {
    content: "\e73e";
}

.fa-shorts:before {
    content: "\e73f";
}

.fa-flip-flops:before {
    content: "\e740";
}

.fa-shirt:before {
    content: "\e741";
}

.fa-hanger:before {
    content: "\e742";
}

.fa-laundry:before {
    content: "\e743";
}

.fa-store:before {
    content: "\e744";
}

.fa-haircut:before {
    content: "\e745";
}

.fa-store-24:before {
    content: "\e746";
}

.fa-barcode2:before {
    content: "\e747";
}

.fa-barcode22:before {
    content: "\e748";
}

.fa-barcode3:before {
    content: "\e749";
}

.fa-cashier:before {
    content: "\e74a";
}

.fa-bag:before {
    content: "\e74b";
}

.fa-bag2:before {
    content: "\e74c";
}

.fa-cart:before {
    content: "\e74d";
}

.fa-cart-empty:before {
    content: "\e74e";
}

.fa-cart-full:before {
    content: "\e74f";
}

.fa-cart-plus2:before {
    content: "\e750";
}

.fa-cart-plus22:before {
    content: "\e751";
}

.fa-cart-add:before {
    content: "\e752";
}

.fa-cart-remove:before {
    content: "\e753";
}

.fa-cart-exchange:before {
    content: "\e754";
}

.fa-tag2:before {
    content: "\e755";
}

.fa-tags2:before {
    content: "\e756";
}

.fa-receipt:before {
    content: "\e757";
}

.fa-wallet:before {
    content: "\e758";
}

.fa-credit-card2:before {
    content: "\e759";
}

.fa-cash-dollar:before {
    content: "\e75a";
}

.fa-cash-euro:before {
    content: "\e75b";
}

.fa-cash-pound:before {
    content: "\e75c";
}

.fa-cash-yen:before {
    content: "\e75d";
}

.fa-bag-dollar:before {
    content: "\e75e";
}

.fa-bag-euro:before {
    content: "\e75f";
}

.fa-bag-pound:before {
    content: "\e760";
}

.fa-bag-yen:before {
    content: "\e761";
}

.fa-coin-dollar:before {
    content: "\e762";
}

.fa-coin-euro:before {
    content: "\e763";
}

.fa-coin-pound:before {
    content: "\e764";
}

.fa-coin-yen:before {
    content: "\e765";
}

.fa-calculator2:before {
    content: "\e766";
}

.fa-calculator22:before {
    content: "\e767";
}

.fa-abacus:before {
    content: "\e768";
}

.fa-vault:before {
    content: "\e769";
}

.fa-telephone:before {
    content: "\e76a";
}

.fa-phone-lock:before {
    content: "\e76b";
}

.fa-phone-wave:before {
    content: "\e76c";
}

.fa-phone-pause:before {
    content: "\e76d";
}

.fa-phone-outgoing:before {
    content: "\e76e";
}

.fa-phone-incoming:before {
    content: "\e76f";
}

.fa-phone-in-out:before {
    content: "\e770";
}

.fa-phone-error:before {
    content: "\e771";
}

.fa-phone-sip:before {
    content: "\e772";
}

.fa-phone-plus:before {
    content: "\e773";
}

.fa-phone-minus:before {
    content: "\e774";
}

.fa-voicemail:before {
    content: "\e775";
}

.fa-dial:before {
    content: "\e776";
}

.fa-telephone2:before {
    content: "\e777";
}

.fa-pushpin:before {
    content: "\e778";
}

.fa-pushpin2:before {
    content: "\e779";
}

.fa-map-marker2:before {
    content: "\e77a";
}

.fa-map-marker-user:before {
    content: "\e77b";
}

.fa-map-marker-down:before {
    content: "\e77c";
}

.fa-map-marker-check:before {
    content: "\e77d";
}

.fa-map-marker-crossed:before {
    content: "\e77e";
}

.fa-radar:before {
    content: "\e77f";
}

.fa-compass22:before {
    content: "\e780";
}

.fa-map2:before {
    content: "\e781";
}

.fa-map22:before {
    content: "\e782";
}

.fa-location:before {
    content: "\e783";
}

.fa-road-sign:before {
    content: "\e784";
}

.fa-calendar-empty:before {
    content: "\e785";
}

.fa-calendar-check:before {
    content: "\e786";
}

.fa-calendar-cross:before {
    content: "\e787";
}

.fa-calendar-31:before {
    content: "\e788";
}

.fa-calendar-full:before {
    content: "\e789";
}

.fa-calendar-insert:before {
    content: "\e78a";
}

.fa-calendar-text:before {
    content: "\e78b";
}

.fa-calendar-user:before {
    content: "\e78c";
}

.fa-mouse:before {
    content: "\e78d";
}

.fa-mouse-left:before {
    content: "\e78e";
}

.fa-mouse-right:before {
    content: "\e78f";
}

.fa-mouse-both:before {
    content: "\e790";
}

.fa-keyboard:before {
    content: "\e791";
}

.fa-keyboard-up:before {
    content: "\e792";
}

.fa-keyboard-down:before {
    content: "\e793";
}

.fa-delete:before {
    content: "\e794";
}

.fa-spell-check:before {
    content: "\e795";
}

.fa-escape:before {
    content: "\e796";
}

.fa-enter2:before {
    content: "\e797";
}

.fa-screen:before {
    content: "\e798";
}

.fa-aspect-ratio:before {
    content: "\e799";
}

.fa-signal2:before {
    content: "\e79a";
}

.fa-signal-lock:before {
    content: "\e79b";
}

.fa-signal-80:before {
    content: "\e79c";
}

.fa-signal-60:before {
    content: "\e79d";
}

.fa-signal-40:before {
    content: "\e79e";
}

.fa-signal-20:before {
    content: "\e79f";
}

.fa-signal-0:before {
    content: "\e7a0";
}

.fa-signal-blocked:before {
    content: "\e7a1";
}

.fa-sim:before {
    content: "\e7a2";
}

.fa-flash-memory:before {
    content: "\e7a3";
}

.fa-usb-drive:before {
    content: "\e7a4";
}

.fa-phone2:before {
    content: "\e7a5";
}

.fa-smartphone:before {
    content: "\e7a6";
}

.fa-smartphone-notification:before {
    content: "\e7a7";
}

.fa-smartphone-vibration:before {
    content: "\e7a8";
}

.fa-smartphone-embed:before {
    content: "\e7a9";
}

.fa-smartphone-waves:before {
    content: "\e7aa";
}

.fa-tablet2:before {
    content: "\e7ab";
}

.fa-tablet22:before {
    content: "\e7ac";
}

.fa-laptop2:before {
    content: "\e7ad";
}

.fa-laptop-phone:before {
    content: "\e7ae";
}

.fa-desktop2:before {
    content: "\e7af";
}

.fa-launch:before {
    content: "\e7b0";
}

.fa-new-tab:before {
    content: "\e7b1";
}

.fa-window:before {
    content: "\e7b2";
}

.fa-cable:before {
    content: "\e7b3";
}

.fa-cable2:before {
    content: "\e7b4";
}

.fa-tv2:before {
    content: "\e7b5";
}

.fa-radio:before {
    content: "\e7b6";
}

.fa-remote-control:before {
    content: "\e7b7";
}

.fa-power-switch:before {
    content: "\e7b8";
}

.fa-power:before {
    content: "\e7b9";
}

.fa-power-crossed:before {
    content: "\e7ba";
}

.fa-flash-auto:before {
    content: "\e7bb";
}

.fa-lamp:before {
    content: "\e7bc";
}

.fa-flashlight:before {
    content: "\e7bd";
}

.fa-lampshade:before {
    content: "\e7be";
}

.fa-cord:before {
    content: "\e7bf";
}

.fa-outlet:before {
    content: "\e7c0";
}

.fa-battery-power:before {
    content: "\e7c1";
}

.fa-battery-empty2:before {
    content: "\e7c2";
}

.fa-battery-alert:before {
    content: "\e7c3";
}

.fa-battery-error:before {
    content: "\e7c4";
}

.fa-battery-low1:before {
    content: "\e7c5";
}

.fa-battery-low2:before {
    content: "\e7c6";
}

.fa-battery-low3:before {
    content: "\e7c7";
}

.fa-battery-mid1:before {
    content: "\e7c8";
}

.fa-battery-mid2:before {
    content: "\e7c9";
}

.fa-battery-mid3:before {
    content: "\e7ca";
}

.fa-battery-full2:before {
    content: "\e7cb";
}

.fa-battery-charging:before {
    content: "\e7cc";
}

.fa-battery-charging2:before {
    content: "\e7cd";
}

.fa-battery-charging3:before {
    content: "\e7ce";
}

.fa-battery-charging4:before {
    content: "\e7cf";
}

.fa-battery-charging5:before {
    content: "\e7d0";
}

.fa-battery-charging6:before {
    content: "\e7d1";
}

.fa-battery-charging7:before {
    content: "\e7d2";
}

.fa-chip:before {
    content: "\e7d3";
}

.fa-chip-x64:before {
    content: "\e7d4";
}

.fa-chip-x86:before {
    content: "\e7d5";
}

.fa-bubble:before {
    content: "\e7d6";
}

.fa-bubbles:before {
    content: "\e7d7";
}

.fa-bubble-dots:before {
    content: "\e7d8";
}

.fa-bubble-alert:before {
    content: "\e7d9";
}

.fa-bubble-question:before {
    content: "\e7da";
}

.fa-bubble-text:before {
    content: "\e7db";
}

.fa-bubble-pencil:before {
    content: "\e7dc";
}

.fa-bubble-picture:before {
    content: "\e7dd";
}

.fa-bubble-video:before {
    content: "\e7de";
}

.fa-bubble-user:before {
    content: "\e7df";
}

.fa-bubble-quote:before {
    content: "\e7e0";
}

.fa-bubble-heart:before {
    content: "\e7e1";
}

.fa-bubble-emoticon:before {
    content: "\e7e2";
}

.fa-bubble-attachment:before {
    content: "\e7e3";
}

.fa-phone-bubble:before {
    content: "\e7e4";
}

.fa-quote-open:before {
    content: "\e7e5";
}

.fa-quote-close:before {
    content: "\e7e6";
}

.fa-dna:before {
    content: "\e7e7";
}

.fa-heart-pulse:before {
    content: "\e7e8";
}

.fa-pulse:before {
    content: "\e7e9";
}

.fa-syringe:before {
    content: "\e7ea";
}

.fa-pills:before {
    content: "\e7eb";
}

.fa-first-aid:before {
    content: "\e7ec";
}

.fa-lifebuoy:before {
    content: "\e7ed";
}

.fa-bandage:before {
    content: "\e7ee";
}

.fa-bandages:before {
    content: "\e7ef";
}

.fa-thermometer2:before {
    content: "\e7f0";
}

.fa-microscope:before {
    content: "\e7f1";
}

.fa-brain:before {
    content: "\e7f2";
}

.fa-beaker:before {
    content: "\e7f3";
}

.fa-skull:before {
    content: "\e7f4";
}

.fa-bone:before {
    content: "\e7f5";
}

.fa-construction:before {
    content: "\e7f6";
}

.fa-construction-cone:before {
    content: "\e7f7";
}

.fa-pie-chart2:before {
    content: "\e7f8";
}

.fa-pie-chart22:before {
    content: "\e7f9";
}

.fa-graph:before {
    content: "\e7fa";
}

.fa-chart-growth:before {
    content: "\e7fb";
}

.fa-chart-bars:before {
    content: "\e7fc";
}

.fa-chart-settings:before {
    content: "\e7fd";
}

.fa-cake:before {
    content: "\e7fe";
}

.fa-gift2:before {
    content: "\e7ff";
}

.fa-balloon:before {
    content: "\e800";
}

.fa-rank:before {
    content: "\e801";
}

.fa-rank2:before {
    content: "\e802";
}

.fa-rank3:before {
    content: "\e803";
}

.fa-crown:before {
    content: "\e804";
}

.fa-lotus:before {
    content: "\e805";
}

.fa-diamond2:before {
    content: "\e806";
}

.fa-diamond22:before {
    content: "\e807";
}

.fa-diamond3:before {
    content: "\e808";
}

.fa-diamond4:before {
    content: "\e809";
}

.fa-linearicons:before {
    content: "\e80a";
}

.fa-teacup:before {
    content: "\e80b";
}

.fa-teapot:before {
    content: "\e80c";
}

.fa-glass2:before {
    content: "\e80d";
}

.fa-bottle2:before {
    content: "\e80e";
}


.fa-glass-cocktail:before {
    content: "\e80f";
}

.fa-glass22:before {
    content: "\e810";
}

.fa-dinner:before {
    content: "\e811";
}

.fa-dinner2:before {
    content: "\e812";
}

.fa-chef:before {
    content: "\e813";
}

.fa-scale2:before {
    content: "\e814";
}

.fa-egg:before {
    content: "\e815";
}

.fa-egg2:before {
    content: "\e816";
}

.fa-eggs:before {
    content: "\e817";
}

.fa-platter:before {
    content: "\e818";
}

.fa-steak:before {
    content: "\e819";
}

.fa-hamburger:before {
    content: "\e81a";
}

.fa-hotdog:before {
    content: "\e81b";
}

.fa-pizza:before {
    content: "\e81c";
}

.fa-sausage:before {
    content: "\e81d";
}

.fa-chicken:before {
    content: "\e81e";
}

.fa-fish:before {
    content: "\e81f";
}

.fa-carrot:before {
    content: "\e820";
}

.fa-cheese:before {
    content: "\e821";
}

.fa-bread:before {
    content: "\e822";
}

.fa-ice-cream:before {
    content: "\e823";
}

.fa-ice-cream2:before {
    content: "\e824";
}

.fa-candy:before {
    content: "\e825";
}

.fa-lollipop:before {
    content: "\e826";
}

.fa-coffee-bean:before {
    content: "\e827";
}

.fa-coffee-cup:before {
    content: "\e828";
}

.fa-cherry:before {
    content: "\e829";
}

.fa-grapes:before {
    content: "\e82a";
}

.fa-citrus:before {
    content: "\e82b";
}

.fa-apple2:before {
    content: "\e82c";
}

.fa-leaf2:before {
    content: "\e82d";
}

.fa-landscape:before {
    content: "\e82e";
}

.fa-pine-tree:before {
    content: "\e82f";
}

.fa-tree2:before {
    content: "\e830";
}

.fa-cactus:before {
    content: "\e831";
}

.fa-paw2:before {
    content: "\e832";
}

.fa-footprint:before {
    content: "\e833";
}

.fa-speed-slow:before {
    content: "\e834";
}

.fa-speed-medium:before {
    content: "\e835";
}

.fa-speed-fast:before {
    content: "\e836";
}

.fa-rocket2:before {
    content: "\e837";
}

.fa-hammer2:before {
    content: "\e838";
}

.fa-balance:before {
    content: "\e839";
}

.fa-briefcase2:before {
    content: "\e83a";
}

.fa-luggage-weight:before {
    content: "\e83b";
}

.fa-dolly:before {
    content: "\e83c";
}

.fa-plane2:before {
    content: "\e83d";
}

.fa-plane-crossed:before {
    content: "\e83e";
}

.fa-helicopter:before {
    content: "\e83f";
}

.fa-traffic-lights:before {
    content: "\e840";
}

.fa-siren:before {
    content: "\e841";
}

.fa-road2:before {
    content: "\e842";
}

.fa-engine:before {
    content: "\e843";
}

.fa-oil-pressure:before {
    content: "\e844";
}

.fa-coolant-temperature:before {
    content: "\e845";
}

.fa-car-battery:before {
    content: "\e846";
}

.fa-gas:before {
    content: "\e847";
}

.fa-gallon:before {
    content: "\e848";
}

.fa-transmission:before {
    content: "\e849";
}

.fa-car2:before {
    content: "\e84a";
}

.fa-car-wash:before {
    content: "\e84b";
}

.fa-car-wash2:before {
    content: "\e84c";
}

.fa-bus2:before {
    content: "\e84d";
}

.fa-bus22:before {
    content: "\e84e";
}

.fa-car22:before {
    content: "\e84f";
}

.fa-parking:before {
    content: "\e850";
}

.fa-car-lock:before {
    content: "\e851";
}

.fa-taxi2:before {
    content: "\e852";
}

.fa-car-siren:before {
    content: "\e853";
}

.fa-car-wash3:before {
    content: "\e854";
}

.fa-car-wash4:before {
    content: "\e855";
}

.fa-ambulance2:before {
    content: "\e856";
}

.fa-truck2:before {
    content: "\e857";
}

.fa-trailer:before {
    content: "\e858";
}

.fa-scale-truck:before {
    content: "\e859";
}

.fa-train2:before {
    content: "\e85a";
}

.fa-ship2:before {
    content: "\e85b";
}

.fa-ship22:before {
    content: "\e85c";
}

.fa-anchor2:before {
    content: "\e85d";
}

.fa-boat:before {
    content: "\e85e";
}

.fa-bicycle2:before {
    content: "\e85f";
}

.fa-bicycle22:before {
    content: "\e860";
}

.fa-dumbbell:before {
    content: "\e861";
}

.fa-bench-press:before {
    content: "\e862";
}

.fa-swim:before {
    content: "\e863";
}

.fa-football:before {
    content: "\e864";
}

.fa-baseball-bat:before {
    content: "\e865";
}

.fa-baseball:before {
    content: "\e866";
}

.fa-tennis:before {
    content: "\e867";
}

.fa-tennis2:before {
    content: "\e868";
}

.fa-ping-pong:before {
    content: "\e869";
}

.fa-hockey:before {
    content: "\e86a";
}

.fa-8ball:before {
    content: "\e86b";
}

.fa-bowling:before {
    content: "\e86c";
}

.fa-bowling-pins:before {
    content: "\e86d";
}

.fa-golf:before {
    content: "\e86e";
}

.fa-golf2:before {
    content: "\e86f";
}

.fa-archery:before {
    content: "\e870";
}

.fa-slingshot:before {
    content: "\e871";
}

.fa-soccer:before {
    content: "\e872";
}

.fa-basketball:before {
    content: "\e873";
}

.fa-cube2:before {
    content: "\e874";
}

.fa-3d-rotate:before {
    content: "\e875";
}

.fa-puzzle:before {
    content: "\e876";
}

.fa-glasses:before {
    content: "\e877";
}

.fa-glasses2:before {
    content: "\e878";
}

.fa-accessibility:before {
    content: "\e879";
}

.fa-wheelchair2:before {
    content: "\e87a";
}

.fa-wall:before {
    content: "\e87b";
}

.fa-fence:before {
    content: "\e87c";
}

.fa-wall2:before {
    content: "\e87d";
}

.fa-icons:before {
    content: "\e87e";
}

.fa-resize-handle:before {
    content: "\e87f";
}

.fa-icons2:before {
    content: "\e880";
}

.fa-select:before {
    content: "\e881";
}

.fa-select2:before {
    content: "\e882";
}

.fa-site-map:before {
    content: "\e883";
}

.fa-earth:before {
    content: "\e884";
}

.fa-earth-lock:before {
    content: "\e885";
}

.fa-network:before {
    content: "\e886";
}

.fa-network-lock:before {
    content: "\e887";
}

.fa-planet:before {
    content: "\e888";
}

.fa-happy:before {
    content: "\e889";
}

.fa-smile:before {
    content: "\e88a";
}

.fa-grin:before {
    content: "\e88b";
}

.fa-tongue:before {
    content: "\e88c";
}

.fa-sad:before {
    content: "\e88d";
}

.fa-wink:before {
    content: "\e88e";
}

.fa-dream:before {
    content: "\e88f";
}

.fa-shocked:before {
    content: "\e890";
}

.fa-shocked2:before {
    content: "\e891";
}

.fa-tongue2:before {
    content: "\e892";
}

.fa-neutral:before {
    content: "\e893";
}

.fa-happy-grin:before {
    content: "\e894";
}

.fa-cool:before {
    content: "\e895";
}

.fa-mad:before {
    content: "\e896";
}

.fa-grin-evil:before {
    content: "\e897";
}

.fa-evil:before {
    content: "\e898";
}

.fa-wow:before {
    content: "\e899";
}

.fa-annoyed:before {
    content: "\e89a";
}

.fa-wondering:before {
    content: "\e89b";
}

.fa-confused:before {
    content: "\e89c";
}

.fa-zipped:before {
    content: "\e89d";
}

.fa-grumpy:before {
    content: "\e89e";
}

.fa-mustache:before {
    content: "\e89f";
}

.fa-tombstone-hipster:before {
    content: "\e8a0";
}

.fa-tombstone:before {
    content: "\e8a1";
}

.fa-ghost:before {
    content: "\e8a2";
}

.fa-ghost-hipster:before {
    content: "\e8a3";
}

.fa-halloween:before {
    content: "\e8a4";
}

.fa-christmas:before {
    content: "\e8a5";
}

.fa-easter-egg:before {
    content: "\e8a6";
}

.fa-mustache2:before {
    content: "\e8a7";
}

.fa-mustache-glasses:before {
    content: "\e8a8";
}

.fa-pipe:before {
    content: "\e8a9";
}

.fa-alarm:before {
    content: "\e8aa";
}

.fa-alarm-add:before {
    content: "\e8ab";
}

.fa-alarm-snooze:before {
    content: "\e8ac";
}

.fa-alarm-ringing:before {
    content: "\e8ad";
}

.fa-bullhorn2:before {
    content: "\e8ae";
}

.fa-hearing:before {
    content: "\e8af";
}

.fa-volume-high:before {
    content: "\e8b0";
}

.fa-volume-medium:before {
    content: "\e8b1";
}

.fa-volume-low:before {
    content: "\e8b2";
}

.fa-volume:before {
    content: "\e8b3";
}

.fa-mute:before {
    content: "\e8b4";
}

.fa-lan:before {
    content: "\e8b5";
}

.fa-lan2:before {
    content: "\e8b6";
}

.fa-wifi2:before {
    content: "\e8b7";
}

.fa-wifi-lock:before {
    content: "\e8b8";
}

.fa-wifi-blocked:before {
    content: "\e8b9";
}

.fa-wifi-mid:before {
    content: "\e8ba";
}

.fa-wifi-low:before {
    content: "\e8bb";
}

.fa-wifi-low2:before {
    content: "\e8bc";
}

.fa-wifi-alert:before {
    content: "\e8bd";
}

.fa-wifi-alert-mid:before {
    content: "\e8be";
}

.fa-wifi-alert-low:before {
    content: "\e8bf";
}

.fa-wifi-alert-low2:before {
    content: "\e8c0";
}

.fa-stream:before {
    content: "\e8c1";
}

.fa-stream-check:before {
    content: "\e8c2";
}

.fa-stream-error:before {
    content: "\e8c3";
}

.fa-stream-alert:before {
    content: "\e8c4";
}

.fa-communication:before {
    content: "\e8c5";
}

.fa-communication-crossed:before {
    content: "\e8c6";
}

.fa-broadcast:before {
    content: "\e8c7";
}

.fa-antenna:before {
    content: "\e8c8";
}

.fa-satellite:before {
    content: "\e8c9";
}

.fa-satellite2:before {
    content: "\e8ca";
}

.fa-mic:before {
    content: "\e8cb";
}

.fa-mic-mute:before {
    content: "\e8cc";
}

.fa-mic2:before {
    content: "\e8cd";
}

.fa-spotlights:before {
    content: "\e8ce";
}

.fa-hourglass2:before {
    content: "\e8cf";
}

.fa-loading:before {
    content: "\e8d0";
}

.fa-loading2:before {
    content: "\e8d1";
}

.fa-loading3:before {
    content: "\e8d2";
}

.fa-refresh2:before {
    content: "\e8d3";
}

.fa-refresh22:before {
    content: "\e8d4";
}

.fa-undo2:before {
    content: "\e8d5";
}

.fa-redo:before {
    content: "\e8d6";
}

.fa-jump2:before {
    content: "\e8d7";
}

.fa-undo22:before {
    content: "\e8d8";
}

.fa-redo2:before {
    content: "\e8d9";
}

.fa-sync:before {
    content: "\e8da";
}

.fa-repeat-one2:before {
    content: "\e8db";
}

.fa-sync-crossed:before {
    content: "\e8dc";
}

.fa-sync2:before {
    content: "\e8dd";
}

.fa-repeat-one3:before {
    content: "\e8de";
}

.fa-sync-crossed2:before {
    content: "\e8df";
}

.fa-return:before {
    content: "\e8e0";
}

.fa-return2:before {
    content: "\e8e1";
}

.fa-refund:before {
    content: "\e8e2";
}

.fa-history2:before {
    content: "\e8e3";
}

.fa-history22:before {
    content: "\e8e4";
}

.fa-self-timer:before {
    content: "\e8e5";
}

.fa-clock:before {
    content: "\e8e6";
}

.fa-clock2:before {
    content: "\e8e7";
}

.fa-clock3:before {
    content: "\e8e8";
}

.fa-watch:before {
    content: "\e8e9";
}

.fa-alarm2:before {
    content: "\e8ea";
}

.fa-alarm-add2:before {
    content: "\e8eb";
}

.fa-alarm-remove:before {
    content: "\e8ec";
}

.fa-alarm-check:before {
    content: "\e8ed";
}

.fa-alarm-error:before {
    content: "\e8ee";
}

.fa-timer:before {
    content: "\e8ef";
}

.fa-timer-crossed:before {
    content: "\e8f0";
}

.fa-timer2:before {
    content: "\e8f1";
}

.fa-timer-crossed2:before {
    content: "\e8f2";
}

.fa-download2:before {
    content: "\e8f3";
}

.fa-upload2:before {
    content: "\e8f4";
}

.fa-download22:before {
    content: "\e8f5";
}

.fa-upload22:before {
    content: "\e8f6";
}

.fa-enter-up:before {
    content: "\e8f7";
}

.fa-enter-down:before {
    content: "\e8f8";
}

.fa-enter-left:before {
    content: "\e8f9";
}

.fa-enter-right:before {
    content: "\e8fa";
}

.fa-exit-up:before {
    content: "\e8fb";
}

.fa-exit-down:before {
    content: "\e8fc";
}

.fa-exit-left:before {
    content: "\e8fd";
}

.fa-exit-right:before {
    content: "\e8fe";
}

.fa-enter-up2:before {
    content: "\e8ff";
}

.fa-enter-down2:before {
    content: "\e900";
}

.fa-enter-vertical:before {
    content: "\e901";
}

.fa-enter-left2:before {
    content: "\e902";
}

.fa-enter-right2:before {
    content: "\e903";
}

.fa-enter-horizontal:before {
    content: "\e904";
}

.fa-exit-up2:before {
    content: "\e905";
}

.fa-exit-down2:before {
    content: "\e906";
}

.fa-exit-left2:before {
    content: "\e907";
}

.fa-exit-right2:before {
    content: "\e908";
}

.fa-cli:before {
    content: "\e909";
}

.fa-bug2:before {
    content: "\e90a";
}

.fa-code2:before {
    content: "\e90b";
}

.fa-file-code:before {
    content: "\e90c";
}

.fa-file-image:before {
    content: "\e90d";
}

.fa-file-zip:before {
    content: "\e90e";
}

.fa-file-audio:before {
    content: "\e90f";
}

.fa-file-video:before {
    content: "\e910";
}

.fa-file-preview:before {
    content: "\e911";
}

.fa-file-charts:before {
    content: "\e912";
}

.fa-file-stats:before {
    content: "\e913";
}

.fa-file-spreadsheet:before {
    content: "\e914";
}

.fa-link2:before {
    content: "\e915";
}

.fa-unlink2:before {
    content: "\e916";
}

.fa-link22:before {
    content: "\e917";
}

.fa-unlink22:before {
    content: "\e918";
}

.fa-thumbs-up2:before {
    content: "\e919";
}

.fa-thumbs-down2:before {
    content: "\e91a";
}

.fa-thumbs-up22:before {
    content: "\e91b";
}

.fa-thumbs-down22:before {
    content: "\e91c";
}

.fa-thumbs-up3:before {
    content: "\e91d";
}

.fa-thumbs-down3:before {
    content: "\e91e";
}

.fa-share2:before {
    content: "\e91f";
}

.fa-share22:before {
    content: "\e920";
}

.fa-share3:before {
    content: "\e921";
}

.fa-magnifier:before {
    content: "\e922";
}

.fa-file-search:before {
    content: "\e923";
}

.fa-find-replace:before {
    content: "\e924";
}

.fa-zoom-in:before {
    content: "\e925";
}

.fa-zoom-out:before {
    content: "\e926";
}

.fa-loupe:before {
    content: "\e927";
}

.fa-loupe-zoom-in:before {
    content: "\e928";
}

.fa-loupe-zoom-out:before {
    content: "\e929";
}

.fa-cross:before {
    content: "\e92a";
}

.fa-menu:before {
    content: "\e92b";
}

.fa-list2:before {
    content: "\e92c";
}

.fa-list22:before {
    content: "\e92d";
}

.fa-list3:before {
    content: "\e92e";
}

.fa-menu2:before {
    content: "\e92f";
}

.fa-list4:before {
    content: "\e930";
}

.fa-menu3:before {
    content: "\e931";
}

.fa-exclamation2:before {
    content: "\e932";
}

.fa-question2:before {
    content: "\e933";
}

.fa-check2:before {
    content: "\e934";
}

.fa-cross2:before {
    content: "\e935";
}

.fa-plus2:before {
    content: "\e936";
}

.fa-minus2:before {
    content: "\e937";
}

.fa-percent2:before {
    content: "\e938";
}

.fa-chevron-up2:before {
    content: "\e939";
}

.fa-chevron-down2:before {
    content: "\e93a";
}

.fa-chevron-left2:before {
    content: "\e93b";
}

.fa-chevron-right2:before {
    content: "\e93c";
}

.fa-chevrons-expand-vertical:before {
    content: "\e93d";
}

.fa-chevrons-expand-horizontal:before {
    content: "\e93e";
}

.fa-chevrons-contract-vertical:before {
    content: "\e93f";
}

.fa-chevrons-contract-horizontal:before {
    content: "\e940";
}

.fa-arrow-up2:before {
    content: "\e941";
}

.fa-arrow-down2:before {
    content: "\e942";
}

.fa-arrow-left2:before {
    content: "\e943";
}

.fa-arrow-right2:before {
    content: "\e944";
}

.fa-arrow-up-right:before {
    content: "\e945";
}

.fa-arrows-merge:before {
    content: "\e946";
}

.fa-arrows-split:before {
    content: "\e947";
}

.fa-arrow-divert:before {
    content: "\e948";
}

.fa-arrow-return:before {
    content: "\e949";
}

.fa-expand2:before {
    content: "\e94a";
}

.fa-contract:before {
    content: "\e94b";
}

.fa-expand22:before {
    content: "\e94c";
}

.fa-contract2:before {
    content: "\e94d";
}

.fa-move:before {
    content: "\e94e";
}

.fa-tab:before {
    content: "\e94f";
}

.fa-arrow-wave:before {
    content: "\e950";
}

.fa-expand3:before {
    content: "\e951";
}

.fa-expand4:before {
    content: "\e952";
}

.fa-contract3:before {
    content: "\e953";
}

.fa-notification:before {
    content: "\e954";
}

.fa-warning2:before {
    content: "\e955";
}

.fa-notification-circle:before {
    content: "\e956";
}

.fa-question-circle2:before {
    content: "\e957";
}

.fa-menu-circle:before {
    content: "\e958";
}

.fa-checkmark-circle:before {
    content: "\e959";
}

.fa-cross-circle:before {
    content: "\e95a";
}

.fa-plus-circle2:before {
    content: "\e95b";
}

.fa-circle-minus:before {
    content: "\e95c";
}

.fa-percent-circle:before {
    content: "\e95d";
}

.fa-arrow-up-circle:before {
    content: "\e95e";
}

.fa-arrow-down-circle:before {
    content: "\e95f";
}

.fa-arrow-left-circle:before {
    content: "\e960";
}

.fa-arrow-right-circle:before {
    content: "\e961";
}

.fa-chevron-up-circle:before {
    content: "\e962";
}

.fa-chevron-down-circle:before {
    content: "\e963";
}

.fa-chevron-left-circle:before {
    content: "\e964";
}

.fa-chevron-right-circle:before {
    content: "\e965";
}

.fa-backward-circle:before {
    content: "\e966";
}

.fa-first-circle:before {
    content: "\e967";
}

.fa-previous-circle:before {
    content: "\e968";
}

.fa-stop-circle2:before {
    content: "\e969";
}

.fa-play-circle2:before {
    content: "\e96a";
}

.fa-pause-circle2:before {
    content: "\e96b";
}

.fa-next-circle:before {
    content: "\e96c";
}

.fa-last-circle:before {
    content: "\e96d";
}

.fa-forward-circle:before {
    content: "\e96e";
}

.fa-eject-circle:before {
    content: "\e96f";
}

.fa-crop2:before {
    content: "\e970";
}

.fa-frame-expand:before {
    content: "\e971";
}

.fa-frame-contract:before {
    content: "\e972";
}

.fa-focus:before {
    content: "\e973";
}

.fa-transform:before {
    content: "\e974";
}

.fa-grid:before {
    content: "\e975";
}

.fa-grid-crossed:before {
    content: "\e976";
}

.fa-layers:before {
    content: "\e977";
}

.fa-layers-crossed:before {
    content: "\e978";
}

.fa-toggle:before {
    content: "\e979";
}

.fa-rulers:before {
    content: "\e97a";
}

.fa-ruler:before {
    content: "\e97b";
}

.fa-funnel:before {
    content: "\e97c";
}

.fa-flip-horizontal:before {
    content: "\e97d";
}

.fa-flip-vertical:before {
    content: "\e97e";
}

.fa-flip-horizontal2:before {
    content: "\e97f";
}

.fa-flip-vertical2:before {
    content: "\e980";
}

.fa-angle:before {
    content: "\e981";
}

.fa-angle2:before {
    content: "\e982";
}

.fa-subtract:before {
    content: "\e983";
}

.fa-combine:before {
    content: "\e984";
}

.fa-intersect:before {
    content: "\e985";
}

.fa-exclude:before {
    content: "\e986";
}

.fa-align-center-vertical:before {
    content: "\e987";
}

.fa-align-right2:before {
    content: "\e988";
}

.fa-align-bottom:before {
    content: "\e989";
}

.fa-align-left2:before {
    content: "\e98a";
}

.fa-align-center-horizontal:before {
    content: "\e98b";
}

.fa-align-top:before {
    content: "\e98c";
}

.fa-square2:before {
    content: "\e98d";
}

.fa-plus-square2:before {
    content: "\e98e";
}

.fa-minus-square2:before {
    content: "\e98f";
}

.fa-percent-square:before {
    content: "\e990";
}

.fa-arrow-up-square:before {
    content: "\e991";
}

.fa-arrow-down-square:before {
    content: "\e992";
}

.fa-arrow-left-square:before {
    content: "\e993";
}

.fa-arrow-right-square:before {
    content: "\e994";
}

.fa-chevron-up-square:before {
    content: "\e995";
}

.fa-chevron-down-square:before {
    content: "\e996";
}

.fa-chevron-left-square:before {
    content: "\e997";
}

.fa-chevron-right-square:before {
    content: "\e998";
}

.fa-check-square2:before {
    content: "\e999";
}

.fa-cross-square:before {
    content: "\e99a";
}

.fa-menu-square:before {
    content: "\e99b";
}

.fa-prohibited:before {
    content: "\e99c";
}

.fa-circle2:before {
    content: "\e99d";
}

.fa-radio-button:before {
    content: "\e99e";
}

.fa-ligature:before {
    content: "\e99f";
}

.fa-text-format:before {
    content: "\e9a0";
}

.fa-text-format-remove:before {
    content: "\e9a1";
}

.fa-text-size:before {
    content: "\e9a2";
}

.fa-bold2:before {
    content: "\e9a3";
}

.fa-italic2:before {
    content: "\e9a4";
}

.fa-underline2:before {
    content: "\e9a5";
}

.fa-strikethrough2:before {
    content: "\e9a6";
}

.fa-highlight:before {
    content: "\e9a7";
}

.fa-text-align-left:before {
    content: "\e9a8";
}

.fa-text-align-center:before {
    content: "\e9a9";
}

.fa-text-align-right:before {
    content: "\e9aa";
}

.fa-text-align-justify:before {
    content: "\e9ab";
}

.fa-line-spacing:before {
    content: "\e9ac";
}

.fa-indent-increase:before {
    content: "\e9ad";
}

.fa-indent-decrease:before {
    content: "\e9ae";
}

.fa-text-wrap:before {
    content: "\e9af";
}

.fa-pilcrow:before {
    content: "\e9b0";
}

.fa-direction-ltr:before {
    content: "\e9b1";
}

.fa-direction-rtl:before {
    content: "\e9b2";
}

.fa-page-break:before {
    content: "\e9b3";
}

.fa-page-break2:before {
    content: "\e9b4";
}

.fa-sort-alpha-asc2:before {
    content: "\e9b5";
}

.fa-sort-alpha-desc2:before {
    content: "\e9b6";
}

.fa-sort-numeric-asc2:before {
    content: "\e9b7";
}

.fa-sort-numeric-desc2:before {
    content: "\e9b8";
}

.fa-sort-amount-asc2:before {
    content: "\e9b9";
}

.fa-sort-amount-desc2:before {
    content: "\e9ba";
}

.fa-sort-time-asc:before {
    content: "\e9bb";
}

.fa-sort-time-desc:before {
    content: "\e9bc";
}

.fa-sigma:before {
    content: "\e9bd";
}

.fa-pencil-line:before {
    content: "\e9be";
}

.fa-hand:before {
    content: "\e9bf";
}

.fa-pointer-up:before {
    content: "\e9c0";
}

.fa-pointer-right:before {
    content: "\e9c1";
}

.fa-pointer-down:before {
    content: "\e9c2";
}

.fa-pointer-left:before {
    content: "\e9c3";
}

.fa-finger-tap:before {
    content: "\e9c4";
}

.fa-fingers-tap:before {
    content: "\e9c5";
}

.fa-reminder:before {
    content: "\e9c6";
}

.fa-fingers-crossed:before {
    content: "\e9c7";
}

.fa-fingers-victory:before {
    content: "\e9c8";
}

.fa-gesture-zoom:before {
    content: "\e9c9";
}

.fa-gesture-pinch:before {
    content: "\e9ca";
}

.fa-fingers-scroll-horizontal:before {
    content: "\e9cb";
}

.fa-fingers-scroll-vertical:before {
    content: "\e9cc";
}

.fa-fingers-scroll-left:before {
    content: "\e9cd";
}

.fa-fingers-scroll-right:before {
    content: "\e9ce";
}

.fa-hand2:before {
    content: "\e9cf";
}

.fa-pointer-up2:before {
    content: "\e9d0";
}

.fa-pointer-right2:before {
    content: "\e9d1";
}

.fa-pointer-down2:before {
    content: "\e9d2";
}

.fa-pointer-left2:before {
    content: "\e9d3";
}

.fa-finger-tap2:before {
    content: "\e9d4";
}

.fa-fingers-tap2:before {
    content: "\e9d5";
}

.fa-reminder2:before {
    content: "\e9d6";
}

.fa-gesture-zoom2:before {
    content: "\e9d7";
}

.fa-gesture-pinch2:before {
    content: "\e9d8";
}

.fa-fingers-scroll-horizontal2:before {
    content: "\e9d9";
}

.fa-fingers-scroll-vertical2:before {
    content: "\e9da";
}

.fa-fingers-scroll-left2:before {
    content: "\e9db";
}

.fa-fingers-scroll-right2:before {
    content: "\e9dc";
}

.fa-fingers-scroll-vertical3:before {
    content: "\e9dd";
}

.fa-border-style:before {
    content: "\e9de";
}

.fa-border-all:before {
    content: "\e9df";
}

.fa-border-outer:before {
    content: "\e9e0";
}

.fa-border-inner:before {
    content: "\e9e1";
}

.fa-border-top:before {
    content: "\e9e2";
}

.fa-border-horizontal:before {
    content: "\e9e3";
}

.fa-border-bottom:before {
    content: "\e9e4";
}

.fa-border-left:before {
    content: "\e9e5";
}

.fa-border-vertical:before {
    content: "\e9e6";
}

.fa-border-right:before {
    content: "\e9e7";
}

.fa-border-none:before {
    content: "\e9e8";
}

.fa-ellipsis:before {
    content: "\e9e9";
}